[INFO] cloning repository https://github.com/reinerp/xoodoo64
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/reinerp/xoodoo64" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Freinerp%2Fxoodoo64", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Freinerp%2Fxoodoo64'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fc200a7030c0fd9d811fa683276e1e889fa3a6d3
[INFO] fixing reinerp/xoodoo64 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Freinerp%2Fxoodoo64" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/reinerp/xoodoo64
[INFO] finished tweaking git repo https://github.com/reinerp/xoodoo64
[INFO] tweaked toml for git repo https://github.com/reinerp/xoodoo64 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/reinerp/xoodoo64 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/reinerp/xoodoo64 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c0fe1e1dc57bbd17878638c2bf2de3d268ac32dcd022eafa385b31518c7de0c1
[INFO] running `Command { std: "docker" "start" "c0fe1e1dc57bbd17878638c2bf2de3d268ac32dcd022eafa385b31518c7de0c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c0fe1e1dc57bbd17878638c2bf2de3d268ac32dcd022eafa385b31518c7de0c1" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c0fe1e1dc57bbd17878638c2bf2de3d268ac32dcd022eafa385b31518c7de0c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c0fe1e1dc57bbd17878638c2bf2de3d268ac32dcd022eafa385b31518c7de0c1" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking xoodoo64 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find value `xoodoo_aarch64` in this scope
[INFO] [stdout]     --> src/main.rs:2033:33
[INFO] [stdout]      |
[INFO] [stdout] 2033 |     benchmark("xoodoo_neon", 1, xoodoo_aarch64);
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/main.rs:48:4
[INFO] [stdout]      |
[INFO] [stdout]   46 | #[cfg(target_arch = "aarch64")]
[INFO] [stdout]      |       ----------------------- the item is gated behind the `aarch64` feature
[INFO] [stdout]   47 | #[inline(never)]
[INFO] [stdout]   48 | fn xoodoo_aarch64(x: &mut [u8; 48]) {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `xoodoo_aarch64_x2` in this scope
[INFO] [stdout]     --> src/main.rs:2034:36
[INFO] [stdout]      |
[INFO] [stdout] 2034 |     benchmark("xoodoo_neon_x2", 2, xoodoo_aarch64_x2);
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/main.rs:104:4
[INFO] [stdout]      |
[INFO] [stdout]  102 | #[cfg(target_arch = "aarch64")]
[INFO] [stdout]      |       ----------------------- the item is gated behind the `aarch64` feature
[INFO] [stdout]  103 | #[inline(never)]
[INFO] [stdout]  104 | fn xoodoo_aarch64_x2(x: &mut [u8; 96]) {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `xoodoo_aarch64` in this scope
[INFO] [stdout]     --> src/main.rs:2033:33
[INFO] [stdout]      |
[INFO] [stdout] 2033 |     benchmark("xoodoo_neon", 1, xoodoo_aarch64);
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/main.rs:48:4
[INFO] [stdout]      |
[INFO] [stdout]   46 | #[cfg(target_arch = "aarch64")]
[INFO] [stdout]      |       ----------------------- the item is gated behind the `aarch64` feature
[INFO] [stdout]   47 | #[inline(never)]
[INFO] [stdout]   48 | fn xoodoo_aarch64(x: &mut [u8; 48]) {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `xoodoo_aarch64_x2` in this scope
[INFO] [stdout]     --> src/main.rs:2034:36
[INFO] [stdout]      |
[INFO] [stdout] 2034 |     benchmark("xoodoo_neon_x2", 2, xoodoo_aarch64_x2);
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/main.rs:104:4
[INFO] [stdout]      |
[INFO] [stdout]  102 | #[cfg(target_arch = "aarch64")]
[INFO] [stdout]      |       ----------------------- the item is gated behind the `aarch64` feature
[INFO] [stdout]  103 | #[inline(never)]
[INFO] [stdout]  104 | fn xoodoo_aarch64_x2(x: &mut [u8; 96]) {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `xoodoo_aarch64_x4` in this scope
[INFO] [stdout]     --> src/main.rs:2035:36
[INFO] [stdout]      |
[INFO] [stdout] 2035 |     benchmark("xoodoo_neon_x4", 4, xoodoo_aarch64_x4);
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/main.rs:186:4
[INFO] [stdout]      |
[INFO] [stdout]  184 | #[cfg(target_arch = "aarch64")]
[INFO] [stdout]      |       ----------------------- the item is gated behind the `aarch64` feature
[INFO] [stdout]  185 | #[inline(never)]
[INFO] [stdout]  186 | fn xoodoo_aarch64_x4(state: &mut [u8; 192]) {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `xoodoo_aarch64_x4` in this scope
[INFO] [stdout]     --> src/main.rs:2035:36
[INFO] [stdout]      |
[INFO] [stdout] 2035 |     benchmark("xoodoo_neon_x4", 4, xoodoo_aarch64_x4);
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/main.rs:186:4
[INFO] [stdout]      |
[INFO] [stdout]  184 | #[cfg(target_arch = "aarch64")]
[INFO] [stdout]      |       ----------------------- the item is gated behind the `aarch64` feature
[INFO] [stdout]  185 | #[inline(never)]
[INFO] [stdout]  186 | fn xoodoo_aarch64_x4(state: &mut [u8; 192]) {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::mem::transmute`
[INFO] [stdout]  --> src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::mem::transmute;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::mem::transmute`
[INFO] [stdout]  --> src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::mem::transmute;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `xoodoo_aarch64_sha3` in this scope
[INFO] [stdout]     --> src/main.rs:2036:51
[INFO] [stdout]      |
[INFO] [stdout] 2036 |     benchmark("xoodoo_neon_sha3", 1, |x| unsafe { xoodoo_aarch64_sha3(x) });
[INFO] [stdout]      |                                                   ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/main.rs:365:11
[INFO] [stdout]      |
[INFO] [stdout]  362 | #[cfg(target_arch = "aarch64")]
[INFO] [stdout]      |       ----------------------- the item is gated behind the `aarch64` feature
[INFO] [stdout] ...
[INFO] [stdout]  365 | unsafe fn xoodoo_aarch64_sha3(x: &mut [u8; 48]) {
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `xoodoo_aarch64_sha3` in this scope
[INFO] [stdout]     --> src/main.rs:2036:51
[INFO] [stdout]      |
[INFO] [stdout] 2036 |     benchmark("xoodoo_neon_sha3", 1, |x| unsafe { xoodoo_aarch64_sha3(x) });
[INFO] [stdout]      |                                                   ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/main.rs:365:11
[INFO] [stdout]      |
[INFO] [stdout]  362 | #[cfg(target_arch = "aarch64")]
[INFO] [stdout]      |       ----------------------- the item is gated behind the `aarch64` feature
[INFO] [stdout] ...
[INFO] [stdout]  365 | unsafe fn xoodoo_aarch64_sha3(x: &mut [u8; 48]) {
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `xoodoo_aarch64_sha3_x2` in this scope
[INFO] [stdout]     --> src/main.rs:2038:9
[INFO] [stdout]      |
[INFO] [stdout] 2038 |         xoodoo_aarch64_sha3_x2(x)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/main.rs:422:11
[INFO] [stdout]      |
[INFO] [stdout]  419 | #[cfg(target_arch = "aarch64")]
[INFO] [stdout]      |       ----------------------- the item is gated behind the `aarch64` feature
[INFO] [stdout] ...
[INFO] [stdout]  422 | unsafe fn xoodoo_aarch64_sha3_x2(x: &mut [u8; 96]) {
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `xoodoo_aarch64_sha3_x2` in this scope
[INFO] [stdout]     --> src/main.rs:2038:9
[INFO] [stdout]      |
[INFO] [stdout] 2038 |         xoodoo_aarch64_sha3_x2(x)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/main.rs:422:11
[INFO] [stdout]      |
[INFO] [stdout]  419 | #[cfg(target_arch = "aarch64")]
[INFO] [stdout]      |       ----------------------- the item is gated behind the `aarch64` feature
[INFO] [stdout] ...
[INFO] [stdout]  422 | unsafe fn xoodoo_aarch64_sha3_x2(x: &mut [u8; 96]) {
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `xoodoo_aarch64_sha3_x4` in this scope
[INFO] [stdout]     --> src/main.rs:2041:9
[INFO] [stdout]      |
[INFO] [stdout] 2041 |         xoodoo_aarch64_sha3_x4(x)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/main.rs:505:11
[INFO] [stdout]      |
[INFO] [stdout]  502 | #[cfg(target_arch = "aarch64")]
[INFO] [stdout]      |       ----------------------- the item is gated behind the `aarch64` feature
[INFO] [stdout] ...
[INFO] [stdout]  505 | unsafe fn xoodoo_aarch64_sha3_x4(state: &mut [u8; 192]) {
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `xoodoo64_aarch64_sha3` in this scope
[INFO] [stdout]     --> src/main.rs:2044:9
[INFO] [stdout]      |
[INFO] [stdout] 2044 |         xoodoo64_aarch64_sha3(x)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/main.rs:1697:11
[INFO] [stdout]      |
[INFO] [stdout] 1694 | #[cfg(target_arch = "aarch64")]
[INFO] [stdout]      |       ----------------------- the item is gated behind the `aarch64` feature
[INFO] [stdout] ...
[INFO] [stdout] 1697 | unsafe fn xoodoo64_aarch64_sha3(x: &mut [u8; 48]) {
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `xoodoo64_aarch64_sha3_x2` in this scope
[INFO] [stdout]     --> src/main.rs:2047:9
[INFO] [stdout]      |
[INFO] [stdout] 2047 |         xoodoo64_aarch64_sha3_x2(x)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/main.rs:1752:11
[INFO] [stdout]      |
[INFO] [stdout] 1749 | #[cfg(target_arch = "aarch64")]
[INFO] [stdout]      |       ----------------------- the item is gated behind the `aarch64` feature
[INFO] [stdout] ...
[INFO] [stdout] 1752 | unsafe fn xoodoo64_aarch64_sha3_x2(state: &mut [u8; 96]) {
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `xoodoo_aarch64_sha3_x4` in this scope
[INFO] [stdout]     --> src/main.rs:2041:9
[INFO] [stdout]      |
[INFO] [stdout] 2041 |         xoodoo_aarch64_sha3_x4(x)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/main.rs:505:11
[INFO] [stdout]      |
[INFO] [stdout]  502 | #[cfg(target_arch = "aarch64")]
[INFO] [stdout]      |       ----------------------- the item is gated behind the `aarch64` feature
[INFO] [stdout] ...
[INFO] [stdout]  505 | unsafe fn xoodoo_aarch64_sha3_x4(state: &mut [u8; 192]) {
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `xoodoo64_aarch64_sha3` in this scope
[INFO] [stdout]     --> src/main.rs:2044:9
[INFO] [stdout]      |
[INFO] [stdout] 2044 |         xoodoo64_aarch64_sha3(x)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/main.rs:1697:11
[INFO] [stdout]      |
[INFO] [stdout] 1694 | #[cfg(target_arch = "aarch64")]
[INFO] [stdout]      |       ----------------------- the item is gated behind the `aarch64` feature
[INFO] [stdout] ...
[INFO] [stdout] 1697 | unsafe fn xoodoo64_aarch64_sha3(x: &mut [u8; 48]) {
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `xoodoo64_aarch64_sha3_x4` in this scope
[INFO] [stdout]     --> src/main.rs:2050:9
[INFO] [stdout]      |
[INFO] [stdout] 2050 |         xoodoo64_aarch64_sha3_x4(x)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/main.rs:1844:11
[INFO] [stdout]      |
[INFO] [stdout] 1841 | #[cfg(target_arch = "aarch64")]
[INFO] [stdout]      |       ----------------------- the item is gated behind the `aarch64` feature
[INFO] [stdout] ...
[INFO] [stdout] 1844 | unsafe fn xoodoo64_aarch64_sha3_x4(state: &mut [u8; 192]) {
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `xoodoo64_aarch64_sha3_x2` in this scope
[INFO] [stdout]     --> src/main.rs:2047:9
[INFO] [stdout]      |
[INFO] [stdout] 2047 |         xoodoo64_aarch64_sha3_x2(x)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/main.rs:1752:11
[INFO] [stdout]      |
[INFO] [stdout] 1749 | #[cfg(target_arch = "aarch64")]
[INFO] [stdout]      |       ----------------------- the item is gated behind the `aarch64` feature
[INFO] [stdout] ...
[INFO] [stdout] 1752 | unsafe fn xoodoo64_aarch64_sha3_x2(state: &mut [u8; 96]) {
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `xoodoo64_aarch64_sha3_x4` in this scope
[INFO] [stdout]     --> src/main.rs:2050:9
[INFO] [stdout]      |
[INFO] [stdout] 2050 |         xoodoo64_aarch64_sha3_x4(x)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/main.rs:1844:11
[INFO] [stdout]      |
[INFO] [stdout] 1841 | #[cfg(target_arch = "aarch64")]
[INFO] [stdout]      |       ----------------------- the item is gated behind the `aarch64` feature
[INFO] [stdout] ...
[INFO] [stdout] 1844 | unsafe fn xoodoo64_aarch64_sha3_x4(state: &mut [u8; 192]) {
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `xoodoo64` (bin "xoodoo64" test) due to 9 previous errors; 1 warning emitted
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `xoodoo64` (bin "xoodoo64") due to 9 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "c0fe1e1dc57bbd17878638c2bf2de3d268ac32dcd022eafa385b31518c7de0c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c0fe1e1dc57bbd17878638c2bf2de3d268ac32dcd022eafa385b31518c7de0c1", kill_on_drop: false }`
[INFO] [stdout] c0fe1e1dc57bbd17878638c2bf2de3d268ac32dcd022eafa385b31518c7de0c1
